home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 010a / super25n.zip / STRUC.DOC < prev    next >
Text File  |  1993-01-05  |  4KB  |  107 lines

  1.  
  2.                     ┌───────────────────────────────┐
  3.                     │         SuperLib 2.50         │
  4.                     │    For Clipper S87 and 5.01   │
  5.                     │    -------------------------  │
  6.                     │       copyright 1990          │
  7.                     │      Garry A Prefontaine      │
  8.                     └───────────────────────────────┘
  9.  
  10.  
  11.                     SuperLib System File Structures
  12.                     -------------------------------
  13.  
  14.                               SCROLLER.DBF
  15.                               ------------
  16.  
  17. SMODULE     C    8   Calling Proc
  18. SFIELD      C   10   Calling variable
  19. SDESCR      C   25   Description/box title
  20. SSTRING     C  160   Display expression
  21. SRETURN     C   75   Return expression
  22. SDBFILE     C    8   DBF file
  23. SIND        C    8   Index file
  24.  
  25.                                 HELP.DBF
  26.                                 --------
  27.  
  28. H_MOD       C   10   Calling Proc
  29. H_VAR       C   10   Calling variable
  30. H_MEMO      M   10   Help text
  31. HW_T        N    2   Window top
  32. HW_L        N    2   Window Left
  33. HW_B        N    2   Window Bottom
  34. HW_R        N    2   Window right
  35.  
  36.                                PLIST.DBF
  37.                                --------
  38.  
  39. DESC        C   45   Description of list
  40. LIST        C  200   Delimited string of list
  41.  
  42.                                 FORM.DBF
  43.                                 -------
  44.  
  45. DESCRIPT    C   50   Description of the form
  46. MEMO_ORIG   M   10   Form letter
  47.  
  48.                                 TODO.DBF
  49.                                 --------
  50.  
  51. CATEGORY    C   10   Category of item
  52. ITEM        C   60   Item description
  53. PRIORITY    C    2   Priority of item
  54. DOBY        D    8   Do by date
  55. DONE        L    1   Done marker
  56. LONG_DESC   C  231   Long description of item
  57.  
  58.                               QUERIES.DBF
  59.                               -----------
  60.  
  61. DBF         C   12   DBF query built for
  62. DES         C   30   Description of query
  63. FQUERY      C  220   Query expression
  64.  
  65.                               SFREPORT.DBF
  66.                               ------------
  67.  
  68.   SF_DBF         C   8    Dbf name
  69.   SF_NDXKEY      C   60   Sort key(index)
  70.   SF_MAJKEY      C   60   Major sort key
  71.   SF_MINKEY      C   60   Minor sort key
  72.   SF_TITLE       C   35   Report name
  73.   SF_MAJTEXT     C   25   Major key text
  74.   SF_MINTEXT     C   25   Minor key text
  75.   SF_WIDTH       N   3    Pg width chrs
  76.   SF_LENGTH      N   3    Pg length lines
  77.   SF_LEFTM       N   2    Left margin
  78.   SF_TOPM        N   2    Top margin
  79.   SF_SPACE       N   1    Line spacing
  80.   SF_PAUSE       L   1    Pause between
  81.   SF_NPLINES     N   1    Lines left
  82.   SF_EJB4        L   1    Eject b4 report
  83.   SF_EJAFT       L   1    Eject aftreport
  84.   SF_EJMAJOR     L   1    Eject on Major
  85.   SF_EJMINOR     L   1    Eject on Minor
  86.   SF_EJGRAND     L   1    Eject b4 Grand
  87.   SF_UNTOTAL     L   1    Underline ttals
  88.   SF_MAJCHR      C   1    Major underline char
  89.   SF_MINCHR      C   1    Minor underline char
  90.   SF_NHEAD       N   1    # header lines
  91.   SF_NFOOT       N   1    # footer lines
  92.   SF_NTITL       N   1    # title lines
  93.   SF_TSEP        C   1    Title separation char
  94.   SF_COLSEP      C   1    Col sep char
  95.   SF_CSEPWID     N   1    Col sep width
  96.   SF_LINESEP     C   1    Line sep char
  97.   SF_NCOLS       N   2    # columns
  98.   SF_FEET        M   10   Footer contents
  99.   SF_HEADS       M   10   Header contents
  100.   SF_STDHEAD     L   1    Use standard header
  101.   SF_DETAILS     M   10   Detail contents
  102.   SF_QUERY       C   100  Last used query
  103.   SF_FULLSUM     C   1    Full / summary
  104.   SF_PRNCODE     C   50   Printer code pre-report
  105.   SF_AFTCODE     C   50   Printer code post-report
  106.  
  107.